[INFO] cloning repository https://github.com/ImJustStokedToBeHere/rive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ImJustStokedToBeHere/rive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImJustStokedToBeHere%2Frive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImJustStokedToBeHere%2Frive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c310b73a5d3a8c889493c5828de54cab7c3baddd
[INFO] fixing ImJustStokedToBeHere/rive against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImJustStokedToBeHere%2Frive" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ImJustStokedToBeHere/rive
[INFO] finished tweaking git repo https://github.com/ImJustStokedToBeHere/rive
[INFO] tweaked toml for git repo https://github.com/ImJustStokedToBeHere/rive written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ImJustStokedToBeHere/rive on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ImJustStokedToBeHere/rive already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive-where v1.6.1
[INFO] [stderr]   Downloaded index_vec v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944
[INFO] running `Command { std: "docker" "start" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking index_vec v0.1.4
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::display::ScreenDisplaybuffer`
[INFO] [stdout]  --> src/engine.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::display::ScreenDisplaybuffer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^-------------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `ScreenDisplaybuffer` in `display`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 9 - use crate::display::ScreenDisplaybuffer;
[INFO] [stdout] 9 + use crate::display::ScreenDisplayBuffer;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::display::ScreenDisplaybuffer`
[INFO] [stdout]  --> src/engine.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::display::ScreenDisplaybuffer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^-------------------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `ScreenDisplaybuffer` in `display`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 9 - use crate::display::ScreenDisplaybuffer;
[INFO] [stdout] 9 + use crate::display::ScreenDisplayBuffer;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `result_option_map_or_default` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 |            result_option_map_or_default,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `result_option_map_or_default` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 |            result_option_map_or_default,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]    --> src/engine.rs:243:54
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max))
[INFO] [stdout]     |                                                      ^^^^^^^^^^ ---  --- expected `u64`, found `i64`
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 expected `u64`, found `i64`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/math.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn rand_range(&mut self, lb: u64, ub: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^            -------  -------
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min.try_into().unwrap(), max))
[INFO] [stdout]     |                                                                    ++++++++++++++++++++
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max.try_into().unwrap()))
[INFO] [stdout]     |                                                                         ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]    --> src/engine.rs:243:54
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max))
[INFO] [stdout]     |                                                      ^^^^^^^^^^ ---  --- expected `u64`, found `i64`
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 expected `u64`, found `i64`
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/math.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn rand_range(&mut self, lb: u64, ub: u64) -> u64 {
[INFO] [stdout]     |            ^^^^^^^^^^            -------  -------
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min.try_into().unwrap(), max))
[INFO] [stdout]     |                                                                    ++++++++++++++++++++
[INFO] [stdout] help: you can convert an `i64` to a `u64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max.try_into().unwrap()))
[INFO] [stdout]     |                                                                         ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/engine.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub fn random_range(min: i64, max: i64) -> i64 {
[INFO] [stdout]     |                                                --- expected `i64` because of return type
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `u64`
[INFO] [stdout]     |
[INFO] [stdout] help: you can convert a `u64` to an `i64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max)).try_into().unwrap()
[INFO] [stdout]     |                                                                           ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/engine.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub fn random_range(min: i64, max: i64) -> i64 {
[INFO] [stdout]     |                                                --- expected `i64` because of return type
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `u64`
[INFO] [stdout]     |
[INFO] [stdout] help: you can convert a `u64` to an `i64` and panic if the converted value doesn't fit
[INFO] [stdout]     |
[INFO] [stdout] 243 |         with_engine(|engine| engine.rng.borrow_mut().rand_range(min, max)).try_into().unwrap()
[INFO] [stdout]     |                                                                           ++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/dungeon.rs:736:13
[INFO] [stdout]     |
[INFO] [stdout] 736 |         let mut blob_grid = IntGrid::new();
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/dungeon.rs:736:13
[INFO] [stdout]     |
[INFO] [stdout] 736 |         let mut blob_grid = IntGrid::new();
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rive` (lib test) due to 3 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rive` (lib) due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944", kill_on_drop: false }`
[INFO] [stdout] a5d2c86265200790af915575e71b4d8a4cf3059de7872e6d06c26f23680c9944
